Socket
Socket
Sign inDemoInstall

@pluginjs/utils

Package Overview
Dependencies
1
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pluginjs/utils

A workflow for modern frontend development.


Version published
Maintainers
2
Install size
118 kB
Created

Readme

Source

Utils

npm package

utils is a utility JavaScript library.

Introduction

Installation

Yarn
yarn add @pluginjs/utils
NPM
npm i @pluginjs/utils

Getting Started

CDN:

Development:

<script src="https://unpkg.com/@pluginjs/utils/dist/utils.js"></script>

Production:

<script src="https://unpkg.com/@pluginjs/utils/dist/utils.min.js"></script>

API

deepClone

Parameters

| Name | Type | Description | |||-| | obj | Object | |

Returns

| Name | Type | Description | |||-| | obj | Object | |

nub

Parameters

| Name | Type | Description | |||-| | arr | Array | |

Returns

| Name | Type | Description | |||-| | arr | Array | |

isPlainObject

Parameters

| Name | Type | Description | |||-| | data | Object | |

Returns

| Name | Type | Description | |||-| | isPlainObject | Boolean | |

deepMerge

Parameters

| Name | Type | Description | |||-| | x | Object | | | y | Object | |

Returns

| Name | Type | Description | |||-| | result | Object | |

curry

Parameters

| Name | Type | Description | |||-| | fn | Function | |

Returns

| Name | Type | Description | |||-| | fn | Function | |

compose

Parameters

| Name | Type | Description | |||-| | fn | Function[] | |

Returns

| Name | Type | Description | |||-| | callback | Function | |

getUID

Parameters

| Name | Type | Description | |||-| | prefix | String | |

Returns

| Name | Type | Description | |||-| | uid | String | |

range

Parameters

| Name | Type | Description | |||-| | v | Number | length |

Returns

| Name | Type | Description | |||-| | result | Array | |

reflow

Parameters

| Name | Type | Description | |||-| | element | HTMLElement | |

Returns

| Name | Type | Description | |||-| | offsetHeight | Number | |

arrayEqual

Parameters

| Name | Type | Description | |||-| | a | Array | | | b | Array | |

Returns

| Name | Type | Description | |||-| | isEqual | Boolean | |

arrayDiff

Parameters

| Name | Type | Description | |||-| | a | Array | | | b | Array | |

Returns

| Name | Type | Description | |||-| | diff | Array | |

arrayIntersect

Parameters

| Name | Type | Description | |||-| | a | Array | | | b | Array | |

Returns

| Name | Type | Description | |||-| | intersect | Array | |

convertPercentageToFloat

Parameters

| Name | Type | Description | |||-| | percentage | String | |

Returns

| Name | Type | Description | |||-| | float | Float | |

convertFloatToPercentage

Parameters

| Name | Type | Description | |||-| | float | Float | |

Returns

| Name | Type | Description | |||-| | percentage | String | |

convertMatrixToArray

Parameters

| Name | Type | Description | |||-| | matrix | String | |

Returns

| Name | Type | Description | |||-| | array | Array | |

getTime

Returns

| Name | Type | Description | |||-| | dateNow | Number | |

camelize

Parameters

| Name | Type | Description | |||-| | word | String | | | first | Boolean | |

Returns

| Name | Type | Description | |||-| | word | String | |

getValueByPath

Parameters

| Name | Type | Description | |||-| | obj | Object | | | path | String | |

Returns

| Name | Type | Description | |||-| | obj | Object | |

throttle

Parameters

| Name | Type | Description | |||-| | func | Function | | | delay | Number | |

Returns

| Name | Type | Description | |||-| | handler | Function | |

debounce

Parameters

| Name | Type | Description | |||-| | func | Function | | | delay | Number | |

Returns

| Name | Type | Description | |||-| | handler | Function | |

fromPairs

Parameters

| Name | Type | Description | |||-| | arr | Array | |

Returns

| Name | Type | Description | |||-| | obj | Object | |

Browser support

Tested on all major browsers.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

License

@pluginjs/utils is Licensed under the GPL-v3 license.

If you want to use @pluginjs/utils project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.

For purchase an Commercial License, contact us purchase@thecreation.co.

Copyright (C) 2022 Creation Studio Limited.

FAQs

Last updated on 29 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc